home *** CD-ROM | disk | FTP | other *** search
/ Champak 28 / Volume 28 - JOGO DISK .iso / Games / doggler_vs_barron_von_hare.swf / scripts / frame_10 / DoAction.as
Text File  |  2006-11-13  |  256b  |  9 lines

  1. function toSplash()
  2. {
  3.    com.teamrubber.SeqTrackerAdaptor.doLoad();
  4.    _global.root.gotoAndPlay("splash");
  5. }
  6. stop();
  7. com.teamrubber.SeqTrackerAdaptor.setComponentReference(this.tracker_comp);
  8. com.teamrubber.SeqTrackerAdaptor.initTracker(toSplash);
  9.